ANIMATION HEIGHT

This command will return the current height of the specified animation.

  Syntax
Return Integer=ANIMATION HEIGHT(Animation Number)
  Parameters
Animation Number
Integer
This value specifies the animation number, between 1 and 32

  Returns

This value is the height of the default animation when drawn to the screen

  Description

If you have resized the animation when playing or placing then the height of the modified animation will be returned.

  Example Code
LOAD ANIMATION "video.avi",1
PRINT ANIMATION HEIGHT(1)
WAIT KEY
  See also

ANIMATION Commands Menu
Index